home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / gut_200_.zip / GUTS.DOC < prev    next >
Text File  |  1991-01-23  |  11KB  |  307 lines

  1.  ┌───┐  ┌───┐  ┌───┐         ┌───┐  ┌───┐  ┌───┐         ┌───┐  ┌───┐  ┌───┐
  2.  │ ? │  │ ? │  │ ? │ G U T S │ ? │  │ ? │  │ ? │ G U T S │ ? │  │ ? │  │ ? │
  3.  └───┘  └───┘  └───┘╔═══════════════════════════════════╗└───┘  └───┘  └───┘
  4.         ┌───┐       ║ Many will try and many will fail  ║       ┌───┐
  5. G U T S │ ? │ G U T ║ but if the gods of the doors are  ║ U T S │ ? │ G U T S
  6.         └───┘       ║ with you today, you might be the  ║       └───┘
  7.  ┌───┐  ┌───┐  ┌───┐║ player we're looking for. The one ║┌───┐  ┌───┐  ┌───┐
  8.  │ ? │  │ ? │  │ ? │║ with Courage! The one with GUTS!  ║│ ? │  │ ? │  │ ? │
  9.  └───┘  └───┘  └───┘╚═══════════════════════════════════╝└───┘  └───┘  └───┘
  10.         ┌───┐                     G U T S !                     ┌───┐
  11. G U T S │ ? │ G U T S                                   G U T S │ ? │ G U T S
  12.         └───┘          CopyRight 1991 by Paul McGinness         └───┘
  13.  ┌───┐  ┌───┐  ┌───┐                                     ┌───┐  ┌───┐  ┌───┐
  14.  │ ? │  │ ? │  │ ? │             Version 2.0             │ ? │  │ ? │  │ ? │
  15.  └───┘  └───┘  └───┘                                     └───┘  └───┘  └───┘
  16.  ------------------------------------------------------------------------
  17.  
  18.    GUTS is an ANSI only Door program for PCBoard 14.x written using Sam
  19. Smiths Prokit 3.0 for the I/O routines.  The object of GUTS is to open as
  20. many of the colored boxes while trying to amass as many points as possible.
  21. Contents of the boxes are numeric values (both + and -) and special codes.
  22. The special codes are:
  23.  
  24.         ZAP : Reset score to zero and end play for today.
  25.         END : End of play for today (score intact).
  26.         DBL : Double current score (negative score goes lower).
  27.         HLF : Cut current score in half.
  28.  
  29.  
  30.   The GUTS door is now 2 complete games in one.  First is the regular GUTS
  31. for POINTS game.  In this version, the card set is NOT configurable by
  32. the SYSOP and a bulletin file is produced.
  33.  
  34.    The second game is GUTS FOR TIME!  This game is played EXACTLY like the
  35. standard GUTS game except that the user is gambling with his TIME LEFT.
  36. The SYSOP has almost TOTAL CONTROL over this version (as it should be).
  37. Included in this game is a file called GUTS.TIM that contains the card set
  38. used by GUTS FOR TIME.  There MUST BE 52 LINES in this FILE!!!  The first
  39. two lines contain the lowest and highest values that the user is allowed
  40. to play for.  In other words, you control the minimum and maximum minutes
  41. that can be played for.  If a user has less than 6 minutes left he/she
  42. can't play GFT.  This was done to make it a bit more of a player's game
  43. instead of a last ditch effort for additional time.  If a users security
  44. level is so high that his TIME LEFT is higher than the maximum allowed
  45. value, the door won't open for him.  No reason to let them get piggy.
  46.    In the GUTS.TIM file you can add or delete as many special instruction
  47. cards as you like.  Spelling is important so double check that you are
  48. using only 'ZAP','END','DBL' or 'HLF' in your card file.  The point cards
  49. MUST be prefixed with a PLUS or MINUS sign (+/-).
  50.    To change Standard GUTS into GUTS for TIME, change line 3 in the .CNF
  51. file to read:
  52.               @@TIME
  53. Be sure to use capital letters!
  54. -------------------------------------------------------------------------
  55. Files included with GUTS are:
  56.  
  57.       GUTS.EXE   : Main Program File.
  58.       GUTS.CNF   : Configuration Example.
  59.       GUTS.ANS   : Main Logo Screen.
  60.       GUTS.INS   : Instruction file.
  61.       GUTS.DOC   : You are reading it!
  62.       GUTS.SNS   : .BAT file for Single Node Systems.
  63.       GUTS.TIM   : GUTS For TIME cards (SYSOP configurable).
  64.       GUTS.MNS   : .BAT file for Muliple Node Systems.
  65.       GUTS.HST   : History text file of changes for GUTS.
  66.   KILLUSER.EXE   : Utility to delete a single entry from the GUTS.USR file.
  67.   GUTSTIME.ANS   : Logo screen for GUTS for TIME.
  68.    DOORJAM.ZIP   : Multi-Node Protection System.
  69.   UPGRADE2.xxx   : Quick upgrade instructions for current users.
  70.  
  71. Files created by game:
  72.  
  73.       GUTS.USR   : User scores.  (delete this to reset scores).
  74.   GUTSTIME.USR   : Keeps track of users in GUTS For TIME.
  75.   GUTSCORE.TOP   : Name and Score of current top player.
  76.     x & xG       : Ascii/ANSI Bulletin Files
  77. -------------------------------------------------------------------------
  78. Files needed by Standard GUTS:
  79.  
  80.      GUTS.EXE
  81.      GUTS.ANS
  82.      GUTS.INS
  83.      GUTS.CNF
  84.      GUTS.USR
  85.      GUTS.    BAT file either SNS or MNS
  86.  
  87. Files needed by GUTS FOR TIME:
  88.  
  89.      GUTS.EXE
  90.      GUTS.CNF
  91.      GUTS.INS
  92.      GUTS.TIM
  93.  GUTSTIME.USR
  94.  GUTSTIME.ANS
  95.      GUTS.    BAT file either SNS or MNS
  96.  
  97. -------------------------------------------------------------------------
  98. GUTS.CNF description:
  99.  
  100. Line 1: INTERRUPT  (Standard ProKit Instruction)
  101. Line 2: Path where game files are found.
  102. Line 3: Path/Name of Bulletin files (no extentions and 7 character limit).
  103. Line 4: Sysop's Name (mixed case);
  104. Line 5: BBS Name (mixed case)
  105. Line 6: Registration Number
  106.  
  107.  
  108. If GUTS for TIME is to be played, replace line 3 with '@@TIME'.  Since
  109. no bulletin is created for GUTS for Time, this was the easiest field to
  110. use!
  111.  
  112. Example of a .CNF File for Standard GUTS:
  113.  
  114. * * * Top of File * * *
  115. INTERRUPT
  116. C:\PCB\GUTS!
  117. C:\PCB\GUTS!\BLT50
  118. Stanley J. Sysop
  119. Not Just Another Pretty BBS
  120. 00000
  121. * * * End of File * * *
  122.  
  123.  
  124. Example of a .CNF File for GUTS for TIME:
  125.  
  126. * * * Top of File * * *
  127. INTERRUPT
  128. C:\PCB\GUTS!
  129. @@TIME
  130. Stanley J. Sysop
  131. Not Just Another Pretty BBS
  132. 00000
  133. * * * End of File * * *
  134.  
  135.  
  136. ----------------------------------------------------------------------
  137. GUTS.TIM Description:
  138.  
  139. Line 1 : Lowest number of minutes allowed (don't use Zero as the user will
  140.          need time to disconnect correctly) 3 or 5 is recommended.
  141.  
  142. Line 2 : Highest number of TOTAL minutes that you will allow as user to
  143.          win.  This is a very individual choice, I suggest 60 or 90.
  144.  
  145. Line 3-52 : The 50 cards used by GUTS FOR TIME.  These include the ZAP,
  146.             END, DBL and HLF cards as well as the point values.  You MUST
  147.             use a PLUS or MINUS (+/-) sign in front of each number and
  148.             NEVER exceed 3 characters on a line.  That means a 2 digit
  149.             number plus the sign is tha maximum number of characters per
  150.             line.
  151.  
  152. Example of GUTS.TIM
  153.  
  154. * * * Top of File * * *
  155. 5
  156. 90
  157. ZAP
  158. +10
  159. DBL
  160. DBL
  161. +5
  162. +3
  163. +2
  164. END
  165. -5
  166. HLF
  167. -3
  168. +10
  169. -15
  170. END
  171. HLF
  172. -4
  173. ...continue on till line 52!
  174. * * * End of File * * *
  175.  
  176.   The order of the cards doesn't matter except for the 1st and 2nd.  The
  177. special instruction cards can be placed anywhere in the deck as can the
  178. positive and negative values.
  179.  ----------------------------------------------------------------------
  180. Examples of the .BAT file for running GUTS.
  181.  
  182. Mulit-Node:
  183. * * * Top of File * * *
  184. REM ╔══════════════════════════════════════════════════════════════════╗
  185. REM ║            This BATCH file runs door GUTS! on Node 1             ║
  186. REM ║                 Door was installed on: 01/09/91                  ║
  187. REM ╚══════════════════════════════════════════════════════════════════╝
  188. REM
  189. REM
  190. DOORJAM LOCK C:\GUTS!   C:\PCB
  191. IF ERRORLEVEL 1 GOTO INUSE
  192.  
  193. CD\GUTS!
  194. GUTS C:\GUTS!\GUTS.CNF C:\PCB
  195. DOORJAM UNLOCK C:\GUTS!
  196.  
  197. :LEAVE
  198. CD\PCB
  199. ..... Re-load the Board
  200.  
  201. :INUSE
  202. ECHOBACK C:\PCB\SCREENS\LOCKED.CNF C:\PCB
  203. GOTO LEAVE
  204. * * * End of File * * *
  205.  
  206.  
  207. Single Node:
  208. * * * Top of File * * *
  209. REM ╔══════════════════════════════════════════════════════════════════╗
  210. REM ║                 This BATCH file runs door GUTS!                  ║
  211. REM ║                 Door was installed on: 01/09/91                  ║
  212. REM ╚══════════════════════════════════════════════════════════════════╝
  213. REM
  214. REM
  215.  
  216. CD\GUTS!
  217.  
  218. GUTS C:\GUTS!\GUTS.CNF C:\PCB
  219.  
  220. CD\PCB
  221. ..... Re-load the Board
  222. * * * End of File * * *
  223.  
  224. -------------------------------------------------------------------------
  225. The KILLUSER.EXE Program
  226.  
  227.   This utility is used to delete a username from the GUTS.USR file. The
  228. Syntax of this command is:
  229.  
  230.                  KILLUSER [name of user to be deleted]
  231.  
  232. eg: killuser paul mcginness
  233.  
  234.   The name will be changed to uppercase in the program so that it matches
  235. the .USR entry.  The KILLUSER.EXE MUST BE IN THE SAME DIRECTORY AS THE .USR
  236. FILE!
  237.  
  238.   If you want to start your scores from scratch (delete all users) simply
  239. erase the GUTS.USR file.  The next time GUTS! is played, a new .USR file
  240. will be created.
  241. -------------------------------------------------------------------------
  242. Installing GUTS:
  243.  
  244.  1: Create a sub-directory (eg:GUTS!)
  245.  2: Unzip the contents of GUT(xxx) into it.
  246.  3: Tailor the .CNF file as per above.
  247.  4: Create your .BAT files and update your door.lst
  248.  5: Register GUTS with author!
  249.  
  250. -------------------------------------------------------------------------
  251. Why Register GUTS:
  252.  
  253.   Writing a DOOR takes MANY hours of work.  The $15 fee goes a long way
  254. as an incentive for me to KEEP writing, updating and refining the code
  255. for these doors.
  256.  
  257.   When you register this door you will have the following:
  258.  
  259.   1) Your BBS Name will appear on the opening screen, closing screen
  260.      and the Bulletin.
  261.  
  262.   2) The EVALUATION copy of this door only shows the Top 5 users in the
  263.      .USR file in the BULLETINS.  The registered version, of course, shows
  264.      all the players.
  265.  
  266.  ------------------------------------------------------------------------
  267. How to Register GUTS:
  268.  
  269.     For VISA or MASTERCARD orders please call ACC BBS at (914)-636-1455
  270. (Lower New York State) and sign on as a user.  Fill out SCRIPT 2 and we
  271. will send you your registration number ASAP.  Please leave a message to
  272. me or the SYSOP (Skip Ross) for faster response.
  273.  
  274.                                    OR
  275.  
  276.     Send a check for $15 made out to Paul McGinness with a note giving me
  277. the EXACT spelling and case used in your .CNF file for the SYSOP and BBS
  278. lines.
  279.  
  280. eg:  John B. Smith
  281.      The Old Farm BBS
  282.  
  283. Mail Both to: Paul McGinness
  284.               C/O
  285.               ACC BBS
  286.               138 Fifth Ave Suite 180
  287.               Pelham, NY, 10803
  288.  
  289. !!! Note !!!  The Upper/Lower Case is VERY IMPORTANT in registering this
  290.               Program as the Registration Number demands an EXACT match.
  291.  
  292.  
  293. To speed up the process, you can dial into ACC BBS at (914)-636-1455 and
  294. pick up your registration number (as soon as I receive your check).
  295. --------------------------------------------------------------------
  296. Special Thanks again to:
  297.  
  298.           Skip Ross        ACC BBS             (914) 636-1455
  299.           Guy Cappello     The BRENTWOOD BBS   (914) 835-7898
  300.           Jim Condon       Over-The-Edge BBS   (914) 747-4635
  301.           Jim Fennell      The PUB BBS         (914) 686-8091
  302.  
  303.   These SYSOPS and thier loyal users are the BEST beta testers a DOOR
  304. author could have.  Thanks for all the help and encouragment.
  305.  
  306. The Latest Version of GUTS will always be found on these QUALITY Boards!
  307.